crypto/x509.policyGraph.depth (field)
16 uses
crypto/x509 (current package)
verify.go#L1291: depth int
verify.go#L1304: depth: 0,
verify.go#L1310: pg.strata[pg.depth][string(n.validPolicy.der)] = n
verify.go#L1314: if pg.depth == 0 {
verify.go#L1321: if pg.depth == 0 {
verify.go#L1324: return pg.strata[pg.depth-1][string(anyPolicyOID.der)]
verify.go#L1328: if pg.depth == 0 {
verify.go#L1331: return maps.Values(pg.strata[pg.depth-1])
verify.go#L1335: return pg.strata[pg.depth]
verify.go#L1339: return pg.strata[pg.depth][string(policy.der)]
verify.go#L1343: n := pg.strata[pg.depth][string(policy.der)]
verify.go#L1353: delete(pg.strata[pg.depth], string(policy.der))
verify.go#L1358: for i := pg.depth; i >= 0; i-- {
verify.go#L1377: for i := pg.depth - 1; i > 0; i-- {
verify.go#L1391: for _, n := range pg.strata[pg.depth] {
verify.go#L1397: pg.depth++
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)